home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / ASSIGN.LST < prev    next >
File List  |  1994-04-12  |  2KB  |  60 lines

  1.  FORCHECK PC V11.10  MS5 compiler emulation  20-Jan-94  11:49:37  page: 1
  2.  ASSIGN.FOR  /RI
  3.  
  4.  
  5.       1 c
  6.       2 c                       FORCHECK
  7.       3 c               Detect unassigned items
  8.       4 
  9.       5         DO i = 1, 10
  10.       6 
  11.       7           k = k + 1
  12.       8 
  13.    K                               
  14.  **[115 E] no value assigned to this item
  15.       9           IF (k .EQ. 1) THEN
  16.      10             PRINT *, l
  17.    L                               
  18.  **[359 I] possibly no value assigned to this item
  19.      11           ELSE
  20.      12             READ *, l
  21.      13           ENDIF
  22.      14 
  23.      15         ENDDO
  24.      16 
  25.      17         END
  26.  
  27.  FORCHECK PC V11.10          .MAIN.          20-Jan-94  11:49:37  page: 2
  28.  ASSIGN.FOR  /RI
  29.  
  30.  
  31.  ENTRY          TYPE NARG  LINE
  32.  
  33.     .MAIN.         P
  34.  
  35.  
  36.  VARIABLE  TYPE     RANK  OPERATIONS  LINES
  37.  
  38.     I       I*4                  L     5#
  39.     K       I*4                A   R   7#  9
  40.     L       I*4                 I   O 10  12#
  41.  
  42.  FORCHECK PC V11.10  MS5 compiler emulation  20-Jan-94  11:49:37  page: 3
  43.  
  44.  
  45.  *END OF ANALYSIS*
  46.  
  47.  messages presented:
  48.     1x[115 E] no value assigned to this item
  49.     1x[359 I] possibly no value assigned to this item
  50.  
  51.  number of error messages:                1
  52.  number of informative messages:          1
  53.  
  54.                                       total  not-included
  55.  number of noncomment source lines:       9             9
  56.  number of nonempty comment lines:        2             2
  57.  number of statements:                    9             9
  58.  number of subprograms:                   1
  59.  number of source files:                  1
  60.